home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1863 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  795 b 

  1. Path: atlas.axiom.net!usenet
  2. From: Dave Nulton <dnult@axiom.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Need: arc(int x, int y, stangle r1, endangle r2) for BGI
  5. Date: 13 Jan 1996 14:38:28 GMT
  6. Organization: Axiom Communications
  7. Message-ID: <4d8g54$fur@atlas.axiom.net>
  8. NNTP-Posting-Host: node094.axiom.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  13.  
  14. The graphics.h file included with Turbo C++ v3.0 has an arc 
  15. function.  The problem is, this function uses integer angles for 
  16. start and end angle arguments.  I need an arc function that takes 
  17. a float for start and end angle. I am just about to the point of 
  18. writing my own function using the putpixel function.  Any 
  19. suggestions are appreciated.
  20.  
  21. -dnult
  22.  
  23.